home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / ShareMailGiftware / Frogger / plugins_src / p_ac3 / config.h < prev    next >
Text File  |  2002-10-28  |  1KB  |  44 lines

  1. /* include/config.h.  Generated automatically by configure.  */
  2. /* include/config.h.in.  Generated automatically from configure.in by autoheader.  */
  3.  
  4. /* Define to empty if the keyword does not work.  */
  5. /* #undef const */
  6.  
  7. /* Define as __inline if that's what the C compiler calls it.  */
  8. /* #undef inline */
  9.  
  10. /* Define as the return type of signal handlers (int or void).  */
  11. #define RETSIGTYPE void
  12.  
  13. /* Define if your processor stores words with the most significant
  14.    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
  15. #define WORDS_BIGENDIAN 1
  16.  
  17. /* Define if you have the memalign function.  */
  18. //#define HAVE_MEMALIGN 1
  19.  
  20. /* Name of package */
  21. #define PACKAGE "a52dec"
  22.  
  23. /* Version number of package */
  24. #define VERSION "0.7.0"
  25.  
  26. /* a52 sample precision */
  27. #undef LIBA52_DOUBLE
  28.  
  29. /* liba52 mlib support */
  30. /* #undef LIBA52_MLIB */
  31.  
  32. /* libao OSS support */
  33. /* #undef LIBAO_OSS */
  34.  
  35. /* libao solaris support */
  36. /* #undef LIBAO_SOLARIS */
  37.  
  38. /* a52dec profiling */
  39. /* #undef A52DEC_GPROF */
  40.  
  41. /* maximum supported data alignment */
  42. #define ATTRIBUTE_ALIGNED_MAX 64
  43.  
  44.